projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8a1c7a
)
Revert previous change.
author
Alan Mackenzie
<acm@muc.de>
Sun, 19 Jul 2009 20:18:49 +0000
(20:18 +0000)
committer
Alan Mackenzie
<acm@muc.de>
Sun, 19 Jul 2009 20:18:49 +0000
(20:18 +0000)
lisp/progmodes/cc-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-mode.el
b/lisp/progmodes/cc-mode.el
index 8d7ac9241f6c4a7e3d8fc27ea34839a5bd606337..dbdb2e7cc45360d9ee99d16b155a93362f920ec6 100644
(file)
--- a/
lisp/progmodes/cc-mode.el
+++ b/
lisp/progmodes/cc-mode.el
@@
-670,7
+670,7
@@
This function is called from the hook `before-hack-local-variables-hook'."
(offsets (cdr (assq 'c-file-offsets file-local-variables-alist))))
(when stile
(or (stringp stile) (error "c-file-style is not a string"))
- (c-set-style stile
t
))
+ (c-set-style stile))
(when offsets
(mapc
(lambda (langentry)
@@
-741,7
+741,7
@@
Note that the style variables are always made local to the buffer."
(when c-file-style
(or (stringp c-file-style)
(error "c-file-style is not a string"))
- (c-set-style c-file-style
t
))
+ (c-set-style c-file-style))
(and c-file-offsets
(mapc